ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / CanMove Method
The original index.
The destination index.

In This Topic
    CanMove Method (C1GroupCollectionView<S>)
    In This Topic
    Determines whether the item at fromIndex can be moved to toIndex.
    Syntax
    'Declaration
     
    Public Overrides Function CanMove( _
       ByVal fromIndex As System.Integer, _
       ByVal toIndex As System.Integer _
    ) As System.Boolean
    public override System.bool CanMove( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    The original index.
    toIndex
    The destination index.
    See Also